From: Eli Zaretskii Date: Fri, 25 Mar 2011 12:55:10 +0000 (+0200) Subject: Adapt the MS-DOS build to lib/stdio.h and autogen/. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~4303 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a27665a3625a5013d604d07247ed65a573891381;p=emacs.git Adapt the MS-DOS build to lib/stdio.h and autogen/. config.bat: Generate src/config.h and lib/Makefile from autogen/config.in and autogen/Makefile.in. msdos/sedlibmk.inp: Adapt to addition of the gnulib stdio module. Add a description of what needs to be done when a new gnulib module is added. (MKDIR_P): Fix replacement command. --- a27665a3625a5013d604d07247ed65a573891381 diff --cc msdos/ChangeLog index 420494ecf6a,1f72d07c83a..8a7815c6fe1 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog @@@ -1,3 -1,13 +1,10 @@@ + 2011-03-25 Eli Zaretskii + + * sedlibmk.inp: Adapt to addition of the gnulib stdio module. + Add a description of what needs to be done when a new gnulib + module is added. - (GNULIB_PRINTF, GNULIB_PRINTF_POSIX): Add missing variables. + (MKDIR_P): Fix replacement command. - (NEXT_AS_FIRST_DIRECTIVE_STDIO_H, NEXT_STDIO_H): Edit to - "", as lib/stdio.h cannot be left unused. + 2011-02-26 Eli Zaretskii * sedlibmk.inp (BITSIZEOF_PTRDIFF_T, BITSIZEOF_SIG_ATOMIC_T)